Git Product home page Git Product logo

django-copybook's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-copybook's Issues

Is it possible to add an unlimited number of records to a ListField?

Hi,

Is it possible to add an unlimited (or unknown) number of records to a ListField?
Do you need to explicit "length" option?

Suppose you have

class Foo(Record):
    header = fields.FragmentField(record=FooHeaderRecord)
    contents = fields.ListField(record=BarDetailRecord) #no length specified
    trailer = fields.FragmentField(record=FooTrailerRecord)

>>> h = FooHeaderRecord()
>>> t = FooTrailerRecord()
>>> h = FooHeaderRecord()
>>> t = FooTrailerRecord()
>>> r = Foo(header = h, trailer = t)
## and suppose you have a List of contents...
>>> for c in conten_list:
...     r.contents.append(c)

Do you know how can I achieve something like that? Is it possible to add this feature?

Thanks!

It is possible to align records to the left?

Hi,

I need to align some records to left when a I make "to_record". If I define a StringField (or any other record field), is there some way to align the output to left instead of right align?

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.