-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathPKG-INFO
67 lines (48 loc) · 2.07 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Metadata-Version: 1.1
Name: autocnet
Version: 0.1.0
Summary: R&D for automated control network generation.
Home-page: https://github.com/[email protected]/autocnet
Author: Jay Laura
Author-email: [email protected]
License: ISCL
Description: ===============================
AutoCNet
===============================
.. image:: https://img.shields.io/pypi/v/autocnet.svg
:target: https://pypi.python.org/pypi/autocnet
.. image:: https://img.shields.io/travis/[email protected]/autocnet.svg
:target: https://travis-ci.org/[email protected]/autocnet
.. image:: https://readthedocs.org/projects/autocnet/badge/?version=latest
:target: https://readthedocs.org/projects/autocnet/?badge=latest
:alt: Documentation Status
R&D for automated control network generation.
* Free software: ISC license
* Documentation: https://autocnet.readthedocs.org.
Features
--------
* TODO
Credits
---------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-pypackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
History
-------
0.1.0 (2015-01-11)
---------------------
* First release on PyPI.
Keywords: autocnet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4