Skip to content

Commit

Permalink
force-add files that were gitignored
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Sep 3, 2018
1 parent 3cd00a3 commit 921129c
Show file tree
Hide file tree
Showing 428 changed files with 41,228 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.gitignore
.travis.yml
LICENSE
README.md
setup.cfg
setup.py
tox.ini
Automat.egg-info/PKG-INFO
Automat.egg-info/SOURCES.txt
Automat.egg-info/dependency_links.txt
Automat.egg-info/entry_points.txt
Automat.egg-info/requires.txt
Automat.egg-info/top_level.txt
automat/__init__.py
automat/_core.py
automat/_discover.py
automat/_introspection.py
automat/_methodical.py
automat/_visualize.py
automat/_test/__init__.py
automat/_test/test_core.py
automat/_test/test_discover.py
automat/_test/test_methodical.py
automat/_test/test_trace.py
automat/_test/test_visualize.py
benchmark/test_transitions.py
docs/Makefile
docs/about.rst
docs/api.rst
docs/conf.py
docs/debugging.rst
docs/index.rst
docs/make.bat
docs/visualize.rst
docs/_static/mystate.machine.MyMachine._machine.dot.png
docs/examples/automat_example.py
docs/examples/io_coffee_example.py
docs/examples/lightswitch.py
docs/examples/turnstile_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[console_scripts]
automat-visualize = automat._visualize:tool

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
../automat/_visualize.py
../automat/_methodical.py
../automat/_introspection.py
../automat/__init__.py
../automat/_discover.py
../automat/_core.py
../automat/_test/test_discover.py
../automat/_test/test_core.py
../automat/_test/__init__.py
../automat/_test/test_trace.py
../automat/_test/test_visualize.py
../automat/_test/test_methodical.py
../automat/_visualize.pyc
../automat/_methodical.pyc
../automat/_introspection.pyc
../automat/__init__.pyc
../automat/_discover.pyc
../automat/_core.pyc
../automat/_test/test_discover.pyc
../automat/_test/test_core.pyc
../automat/_test/__init__.pyc
../automat/_test/test_trace.pyc
../automat/_test/test_visualize.pyc
../automat/_test/test_methodical.pyc
PKG-INFO
SOURCES.txt
entry_points.txt
requires.txt
top_level.txt
dependency_links.txt
../../../../bin/automat-visualize
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
attrs>=16.1.0
six

[visualize]
graphviz>0.5.1
Twisted>=16.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
automat
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Metadata-Version: 1.2
Name: Babel
Version: 2.6.0
Summary: Internationalization utilities
Home-page: http://babel.pocoo.org/
Author: Armin Ronacher
Author-email: [email protected]
License: BSD
Description: A collection of tools for internationalizing Python applications.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Loading

0 comments on commit 921129c

Please sign in to comment.