mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-04-20 12:50:05 +08:00
remove at least some autogenerated files
- probably should modify setup so that autogenerated files don't end up being created in the src directory... - these files are being generated on setup.py install - would be better if they were created with build so they don't end up as write protected files when running sudo python setup.py install
This commit is contained in:
parent
37a36ae2d5
commit
d1307fadf1
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@
|
|||||||
|
|
||||||
# build
|
# build
|
||||||
build/*
|
build/*
|
||||||
|
src/pygcode.egg-info/*
|
||||||
|
dist/pygcode-*.egg
|
||||||
|
@ -1,46 +0,0 @@
|
|||||||
Metadata-Version: 1.1
|
|
||||||
Name: pygcode
|
|
||||||
Version: 0.2.1
|
|
||||||
Summary: Basic g-code parser, interpreter, and encoder library.
|
|
||||||
Home-page: https://github.com/fragmuffin/pygcode
|
|
||||||
Author: Peter Boin
|
|
||||||
Author-email: peter.boin@gmail.com
|
|
||||||
License: GPLv3
|
|
||||||
Description-Content-Type: UNKNOWN
|
|
||||||
Description: =======
|
|
||||||
pygcode
|
|
||||||
=======
|
|
||||||
|
|
||||||
GCODE Parser for Python
|
|
||||||
|
|
||||||
Currently in development, ``pygcode`` is a low-level GCode interpreter
|
|
||||||
for python.
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
|
||||||
============
|
|
||||||
|
|
||||||
Install using ``pip``
|
|
||||||
|
|
||||||
``pip install pygcode``
|
|
||||||
|
|
||||||
or `download directly from PyPi <https://pypi.python.org/pypi/pygcode>`__
|
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
|
||||||
=============
|
|
||||||
|
|
||||||
`Check out the wiki <https://github.com/fragmuffin/pygcode/wiki>`__ for documentation.
|
|
||||||
|
|
||||||
Keywords: gcode,cnc,parser,interpreter
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Development Status :: 3 - Alpha
|
|
||||||
Classifier: Intended Audience :: Developers
|
|
||||||
Classifier: Intended Audience :: Manufacturing
|
|
||||||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
||||||
Classifier: Natural Language :: English
|
|
||||||
Classifier: Operating System :: OS Independent
|
|
||||||
Classifier: Programming Language :: Python
|
|
||||||
Classifier: Programming Language :: Python :: 2
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Topic :: Scientific/Engineering
|
|
@ -1,21 +0,0 @@
|
|||||||
README.rst
|
|
||||||
setup.cfg
|
|
||||||
setup.py
|
|
||||||
scripts/pygcode-crop
|
|
||||||
scripts/pygcode-norm
|
|
||||||
src/pygcode/__init__.py
|
|
||||||
src/pygcode/block.py
|
|
||||||
src/pygcode/comment.py
|
|
||||||
src/pygcode/exceptions.py
|
|
||||||
src/pygcode/gcodes.py
|
|
||||||
src/pygcode/line.py
|
|
||||||
src/pygcode/machine.py
|
|
||||||
src/pygcode/transform.py
|
|
||||||
src/pygcode/utils.py
|
|
||||||
src/pygcode/words.py
|
|
||||||
src/pygcode.egg-info/PKG-INFO
|
|
||||||
src/pygcode.egg-info/SOURCES.txt
|
|
||||||
src/pygcode.egg-info/dependency_links.txt
|
|
||||||
src/pygcode.egg-info/not-zip-safe
|
|
||||||
src/pygcode.egg-info/requires.txt
|
|
||||||
src/pygcode.egg-info/top_level.txt
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
argparse
|
|
||||||
euclid3
|
|
||||||
six
|
|
@ -1 +0,0 @@
|
|||||||
pygcode
|
|
Loading…
x
Reference in New Issue
Block a user