forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
force-add files that were gitignored
- Loading branch information
Showing
428 changed files
with
41,228 additions
and
1 deletion.
There are no files selected for viewing
453 changes: 453 additions & 0 deletions
453
...data/py27-osx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/PKG-INFO
Large diffs are not rendered by default.
Oops, something went wrong.
39 changes: 39 additions & 0 deletions
39
...a/py27-osx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/SOURCES.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
...x-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/dependency_links.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
3 changes: 3 additions & 0 deletions
3
...7-osx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/entry_points.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[console_scripts] | ||
automat-visualize = automat._visualize:tool | ||
|
31 changes: 31 additions & 0 deletions
31
...sx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/installed-files.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
6 changes: 6 additions & 0 deletions
6
.../py27-osx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/requires.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
1 change: 1 addition & 0 deletions
1
...py27-osx-no-binary/lib/python2.7/site-packages/Automat-0.7.0-py2.7.egg-info/top_level.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
automat |
26 changes: 26 additions & 0 deletions
26
...tadata/py27-osx-no-binary/lib/python2.7/site-packages/Babel-2.6.0-py2.7.egg-info/PKG-INFO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
Oops, something went wrong.