Giter Site home page Giter Site logo

munge's Introduction

munge

PyPI PyPI Tests tests Codecov

data manipulation library and client

Changes

The current change log is available at https://github.com/20c/munge/blob/main/CHANGELOG.md

License

Copyright 2015-2021 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this softare except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

munge's People

Contributors

grizz avatar vegu avatar zep-tepi avatar flieslikeabrick avatar requires avatar

Stargazers

Nikolaus Schlemm avatar

Watchers

 avatar  avatar James Cloos avatar  avatar  avatar

munge's Issues

Bad munge description for pypi/distutils

Hello,

The description field for the 'munge' package on pypi.python.org currently contains a tuple instead of a string. This breaks the ability to install munge via pip and probably other tools that depend on distutils:

https://pypi.python.org/pypi/munge

Collecting munge>=0.1.5 (from peeringdb)
Using cached munge-0.1.7.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/munge.egg-info
writing requirements to pip-egg-info/munge.egg-info/requires.txt
writing pip-egg-info/munge.egg-info/PKG-INFO
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-1y612dq6/munge/setup.py", line 26, in
zip_safe=False
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3.4/site-packages/setuptools/command/egg_info.py", line 186, in run
writer(self, ep.name, os.path.join(self.egg_info, ep.name))
File "/usr/lib/python3.4/site-packages/setuptools/command/egg_info.py", line 397, in write_pkg_info
metadata.write_pkg_info(cmd.egg_info)
File "/usr/lib/python3.4/distutils/dist.py", line 1108, in write_pkg_info
self.write_pkg_file(pkg_info)
File "/usr/lib/python3.4/distutils/dist.py", line 1129, in write_pkg_file
long_desc = rfc822_escape(self.get_long_description())
File "/usr/lib/python3.4/distutils/util.py", line 470, in rfc822_escape
lines = header.split('\n')
AttributeError: 'tuple' object has no attribute 'split'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1y612dq6/munge/

I have a proposed fix that you are welcome to merge from
FliesLikeABrick@e8c62c0

Or if you provide me with push access, I'll gladly push it to a branch and open a PR against your munge repo.

PS I am opening this issue with you because 20c is listed as the author of the package on pypi.python.org: https://pypi.python.org/pypi/munge

Add project URL to setup.py

This will provide an automatic link back to the github repository on PyPI, making it significantly easier to find the relevant code.

Pin click at >=5.1 instead of >=8.0.1

We gain nothing by forcing a recent version pin for click at this point in time, and it introduces some compatibility issues to do so.

Click states to aim to be always backwards compatible as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.