nerdocs / pydifact

A python EDIFACT library.
MIT License
156 stars 45 forks source link

No documentation #1

Closed MikeHibbert closed 4 years ago

MikeHibbert commented 6 years ago

Hi

I'm interested in using this module but it needs a basic HOWTO so its possible to see how to use it.

Mike

nerdoc commented 6 years ago

Hi Mike, though I am releasing this as stable some-day™ ;-), it is not ATM. I have some trouble with the parser as I transcoded it nearly 1:1 from the very good PHP implementation of metroplex systems. If you want you can add some code / help out a bit, I think that most parts are quite well. As said in the README, it's pre-alpha.

I'll write a proper HOWTO, or at least include it in the README - that's a good idea.

nerdoc commented 6 years ago

I wrote a really simple usecase in the README. Please tell me what else you need.

monkeypants commented 6 years ago

We are evaluating this for a project, if the project goes ahead then we will be happy to contribute time to the features/changes we need. It would be helpful if you documented:

nerdoc commented 6 years ago

I'm really glad to see someone else has interest in this (as I before couldn't believe that no library exists with this purpose). I am no professional software engineer, so code quality may not expect your high expectations. This Library is done in my free time - but I will need it for another, (really) huger project as essential plugin part. So I need this to work reliably. To answer your questions:

monkeypants commented 6 years ago

Thanks! great answer. Would you accept a PR with that in the README?

nerdoc commented 6 years ago

Sure! Any PR that helps is welcome!

nerdoc commented 5 years ago

Do you need more? Is there anything I can do? Can I close this issue from your side?

JocelynDelalande commented 4 years ago

On that documentation topic, what about uploading the sphinx doc on readthedocs.io to improve its visibility, even if it is bare API doc.

nerdoc commented 4 years ago

Yes, I already have a project there. But last time it failed to build, and I had no time yet. Let's see what I can do.

nerdoc commented 4 years ago

Ok, it was just a small setting (master_doc). Done. So the No documentation issue can be closed: https://pydifact.readthedocs.io If this is too few documentation for anyone, he/she could open another issue - or help writing it ;-)